home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / Demos / Herois / Codigo.Cst / 00003_Script_First Frame < prev    next >
Text File  |  1999-03-19  |  156b  |  8 lines

  1. on exitFrame
  2.   global myMemSize
  3.   if myMemSize > 15 * 1024 * 1024 then
  4.     go to frame "Abertura"
  5.   else
  6.     go to frame "AberturaShort"
  7.   end if
  8. end